Copies data from a given file into an icon family.
pascal OSErr ReadIconFile(
const FSSpec*iconFile
IconFamilyHandleiconFamily)
iconFile
A pointer to a file specification structure (FSSpec
) specifying a source file for icon data.
iconFamily
A handle to an iconFamily
data structure to be used as the target. Icon Services resizes the handle as needed. For more information on the IconFamily data structure, see
Figure 2-1
.